Skip to content

Ignore null properties on http request#6

Open
gouzouni625 wants to merge 1 commit intoWoopra:masterfrom
gouzouni625:master
Open

Ignore null properties on http request#6
gouzouni625 wants to merge 1 commit intoWoopra:masterfrom
gouzouni625:master

Conversation

@gouzouni625
Copy link

If the value of a property is null, calling toString() on it will
result in a NullPointerException. Avoid this by checking if the value
is null before calling toString() on it and ignore the property if
this is the case.

If the value of a property is null, calling toString() on it will
result in a NullPointerException. Avoid this by checking if the value
is null before calling toString() on it and ignore the property if
this is the case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant